The World's First Web Components Library in the Style of shadcn — With Automatic Code Injection
Okay, that headline sounds pretty cocky, I know. But as far as I've been able to Google — this really is the first attempt at something like this. If I'm wrong — drop a comment, I'd love to check out alternatives. Meanwhile, let me tell you what this beast is and why it even exists.
It all started with microfrontends. You know, when you have one project, but inside it lives Vue, React, and maybe some legacy jQuery that nobody wants to touch because "it works, don't touch it."
So you're sitting there, a designer brings you a mockup of a new button. A beautiful button, with a gradient, with hover effects, everything just right. And you realize that now you're going to have to:
Write this button for Vue
Write the same button for React
Write it one more time for that legacy code
Pray that they…
( 12
min )